Computes the upper incomplete gamma function.
The upper incomplete gamma function is defined as:
Remarks
The value overflows for arguments beyond roughly , where itself exceeds the range of a double precision number. Use regularized_gamma_upper where only the ratio to is required.
See Also
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | a |
The coefficient value. |
||
| real(kind=real64), | intent(in) | :: | x |
The value at which to evaluate the function. |
The function value.